use std::prev instead of --c.end() (#1154)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Sun, 6 Aug 2023 22:59:08 +0000 (16:59 -0600)
committerGitHub <noreply@github.com>
Sun, 6 Aug 2023 22:59:08 +0000 (16:59 -0600)
commit64ef092f37c5fc5bee7832705ed347fc62804682
treed1aff1c6b4c4502867b15b86592f4285c0d50d1f
parent54c10cf2d8477d142c11129a8d13e6d314ae9658
use std::prev instead of --c.end() (#1154)

--c.end() is not guaranteed to compile.
smplrout.cc